home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / magic_ba.swf / scripts / frame_315 / DoAction.as
Text File  |  2010-11-09  |  134b  |  12 lines

  1. _root.dif *= 1.5;
  2. lives -= 1;
  3. tellTarget("_root.lives")
  4. {
  5.    prevFrame();
  6. }
  7. if(lives < 1)
  8. {
  9.    gotoAndPlay(357);
  10. }
  11. play();
  12.